home *** CD-ROM | disk | FTP | other *** search
- Path: uu4news.netcom.com!dodge!news
- From: Deepak Goel <Deepak.Goel@siemensrolm.com>
- Newsgroups: comp.lang.c++
- Subject: Re: pointer problem please help
- Date: Wed, 17 Apr 1996 09:36:28 -0700
- Organization: Siemens Rolm Communications Inc.
- Message-ID: <31751E0C.36AA@siemensrolm.com>
- References: <31735E36.D86@socrates.com>
- NNTP-Posting-Host: argonne.eng.sc.rolm.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
-
- Travis Jones wrote:
- >
- > I am a newbie trying to learn C++ and am having a problem with the book
- > I am using. It's Jesse Liberty's "Teach Yourself C++ in 21 Days." I am
- > working with microsoft's visual C++ version 1.52. The problem arises in
- > chapter 8 when pointers and the "new" keyword are introduced. The first
- > few programs listed compiled, linked and executed as expected. But the
- > next programs, which use the "new" keyword will not link. Each time I
- > try I get a great deal of error's, most of which state "Unresolved
- > External." I have entered this piece of code seven times and got the
- > same result each time so I am positive it has been entered correctly. Is
- > this a misprint in the book, does my compiler use a different standard,
- > or am I just missing something. Any help would be greatly appreciated.
- > Thank You very much.I think you should have included one such example if you needed
- help.
-